home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / OneButtonCheckup.exe / 0 / RCDATA / TFRMFINISHED / TFRMFINISHED.txt
Text File  |  2008-10-30  |  3KB  |  109 lines

  1. object frmFinished: TfrmFinished
  2.   Left = 245
  3.   Top = 222
  4.   Width = 708
  5.   Height = 469
  6.   Caption = 'frmFinished'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object pnMain: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 700
  24.     Height = 435
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     Caption = 'pnMain'
  28.     TabOrder = 0
  29.     object pnBackground: TAxBackgroundPanel
  30.       Left = 0
  31.       Top = 0
  32.       Width = 700
  33.       Height = 435
  34.       Color = clWhite
  35.       Align = alClient
  36.       ParentColor = False
  37.       TabOrder = 0
  38.       DesignSize = (
  39.         700
  40.         435)
  41.       object lblTitle: TAxSmoothLabel
  42.         Left = 40
  43.         Top = 24
  44.         Width = 489
  45.         Height = 25
  46.         Quality = smMMXSmoothing4x
  47.         AutoSize = False
  48.         Caption = 'System checkup summary'
  49.         Font.Charset = DEFAULT_CHARSET
  50.         Font.Color = 10040064
  51.         Font.Height = -16
  52.         Font.Name = 'Verdana'
  53.         Font.Style = []
  54.         ParentFont = False
  55.       end
  56.       object lblSubtitle: TLabel
  57.         Left = 40
  58.         Top = 64
  59.         Width = 620
  60.         Height = 49
  61.         Anchors = [akLeft, akTop, akRight]
  62.         AutoSize = False
  63.         Caption = 
  64.           'One Button Checkup is complete with the results presented to you' +
  65.           ' in the list below. Run One Button Checkup once a week to mainta' +
  66.           'in top performance of your computer.'
  67.         WordWrap = True
  68.       end
  69.       object Shape1: TShape
  70.         Left = 40
  71.         Top = 119
  72.         Width = 620
  73.         Height = 1
  74.         Anchors = [akLeft, akTop, akRight]
  75.         Pen.Color = 7036718
  76.       end
  77.       object lvTasks: TListView
  78.         Left = 40
  79.         Top = 120
  80.         Width = 620
  81.         Height = 313
  82.         Anchors = [akLeft, akTop, akRight, akBottom]
  83.         BorderStyle = bsNone
  84.         Columns = <
  85.           item
  86.             Caption = 'Check up sections'
  87.             Width = 480
  88.           end>
  89.         ColumnClick = False
  90.         ReadOnly = True
  91.         RowSelect = True
  92.         SmallImages = ilFake
  93.         TabOrder = 0
  94.         ViewStyle = vsReport
  95.         OnAdvancedCustomDrawItem = lvTasksAdvancedCustomDrawItem
  96.         OnAdvancedCustomDrawSubItem = lvTasksAdvancedCustomDrawSubItem
  97.         OnMouseDown = lvTasksMouseDown
  98.         OnMouseMove = lvTasksMouseMove
  99.         OnMouseUp = lvTasksMouseUp
  100.       end
  101.     end
  102.   end
  103.   object ilFake: TImageList
  104.     Height = 51
  105.     Left = 600
  106.     Top = 16
  107.   end
  108. end
  109.